home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 November / Game.EXE_11_2005_DVD.iso / Flash Games / Robo Farmer / robofarmer.swf / scripts / DefineButton2_740 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-09-23  |  124 b   |  8 lines

  1. on(press){
  2.    if(_root.shotgunisowned == false)
  3.    {
  4.       return undefined;
  5.    }
  6.    _root.gunupgrade = "Shotgun";
  7. }
  8.